←Select platform

PointToLogical(AnnPoint[]) Method

Summary

Converts the input AnnPoint array from physical to logical coordinate.

Syntax

C#
VB
C++
public AnnPoint[] PointToLogical( 
   AnnPoint[] pts 
) 
  
Public Overloads Function PointToLogical( _ 
   ByVal pts() As Leadtools.Annotations.AnnPoint _ 
) As Leadtools.Annotations.AnnPoint() 

Parameters

pts
The AnnPoint array to be converted.

Return Value

The converted (logical) AnnPoint array.

Example

For an example, refer to AnnTransformer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly